ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.Web.Mvc Namespace / FlexGridBase<T> Class / OnClientGroupCollapsedChanged Property

In This Topic
    OnClientGroupCollapsedChanged Property (FlexGridBase<T>)
    In This Topic
    Occurs after a group has been expanded or collapsed.
    Syntax
    'Declaration
     
    Public Overridable Property OnClientGroupCollapsedChanged As String
    public virtual string OnClientGroupCollapsedChanged {get; set;}
    See Also